@font-face {
	font-family: 'Dune-Rise';
	src: url('../fuentes/dune_rise/Dune_Rise.otf'),
		 url('../fuentes/webfontkit-20250619-233534/dune_rise-webfont.woff'),
		 url('../fuentes/webfontkit-20250619-233534/dune_rise-webfont.woff2');
}

body {
	font-family: "Noto Sans", sans-serif;
}

#nav-home article h2, h1 {
	font-family: Dune-Rise !important;
}

.bg-black {
	background-color: black;
}

.bg-header {
	background: #000000;
	background: linear-gradient( rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));
}

.header {
	color: #fff;
	padding: 1.5em;
	text-align: center;
	font-size: 3em !important;
}

#h-viv {
	padding: 0.75em;
}

.navbar-brand {
	max-width: 125px;
}

.navbar-brand img {
	width: 100%;
}

table {
	max-width: 700px;
}